com.supermap.services.iportalservices
Interface UploadListener
-
public interface UploadListener
Uploading callback listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
getProgress(int progress, int dataId)
Returns the uploading progressvoid
onFailure(java.lang.String errorInfo, int dataId)
Failed uploading
-